Node.child_by_field_name

Get the first child with the given field name.

If multiple children may have the same field name, access them using children_by_field_name

struct Node
const
child_by_field_name
(
string field_name
)

Return Value

Type: auto

A Nulllable!Node

Meta